翻訳と辞書
Words near each other
・ Dense irregular connective tissue
・ Dense non-aqueous phase liquid
・ Dense order
・ Dense Pack
・ Dense plasma focus
・ Dense regular connective tissue
・ Dense set
・ Dense subgraph
・ Dense submodule
・ Dense Time
・ Dense-in-itself
・ Dense-rock equivalent
・ Dense-scale lantern shark
・ Denseisha
・ Densely defined operator
Densely packed decimal
・ Densen Audio Technologies
・ Densen Uta
・ Densetsu no Shōjo
・ Densetsu no Stafy (video game)
・ Densetsu no Stafy 2
・ Densetsu no Stafy 3
・ Densetsu no Stafy 4
・ Densey Clyne
・ Densha de Go!
・ Densha de Go! 64
・ Densha Otoko
・ Densha Otoko (film)
・ Densha Otoko (TV series)
・ Denshaw


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Densely packed decimal : ウィキペディア英語版
Densely packed decimal
Densely packed decimal (DPD) is an efficient method for binary encoding decimal digits.
The traditional system of binary encoding for decimal digits, known as binary-coded decimal (BCD), uses four bits to encode each digit, resulting in significant wastage of binary data bandwidth (since four bits can store 16 states and are being used to store only 10). Densely packed decimal is a more efficient code that packs three digits into ten bits using a scheme that allows compression from, or expansion to, BCD with only two or three gate delays in hardware.〔
*〕
The densely packed decimal encoding is a refinement of Chen–Ho encoding; it gives the same compression and speed advantages, but the particular arrangement of bits used confers additional advantages:
* Compression of one or two digits (into the optimal four or seven bits respectively) is achieved as a subset of the three-digit encoding. This means that arbitrary numbers of decimal digits (not just multiples of three digits) can be encoded efficiently. For example, 38=12×3+2 decimal digits can be encoded in 12×10+7=127 bits – that is, 12 sets of three decimal digits can be encoded using 12 sets of ten binary bits and the remaining two decimal digits can be encoded using a further seven binary bits.
* The subset encoding mentioned above is simply the rightmost bits of the standard three-digit encoding; the encoded value can be widened simply by adding leading 0 bits.
* All seven-bit BCD numbers (0 through 79) are encoded identically by DPD. This makes conversions of common small numbers trivial. (This must break down at 80, because that requires eight bits for BCD, but the above property requires that the DPD encoding must fit into seven bits.)
* The low-order bit of each digit is copied unmodified. Thus, the non-trivial portion of the encoding can be considered a conversion from three base-5 digits to seven binary bits. Further, digit-wise logical values (in which each digit is either 0 or 1) can be manipulated directly without any encoding or decoding being necessary.
== History ==
In 1971, Tien Chi Chen and Dr. Irving T. Ho devised a lossless prefix code (now known as Chen–Ho encoding) which packed three decimal digits into ten binary bits using a scheme which allowed compression from or expansion to BCD with only two or three gate delays in hardware. Densely packed decimal is a refinement of this, by Mike Cowlishaw, which was incorporated into the IEEE 754-2008 standard for decimal floating-point.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Densely packed decimal」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.